crypto/internal/fips140/ecdh.Curve.curve (field)
9 uses
crypto/internal/fips140/ecdh (current package)
ecdh.go#L57: curve curveID
ecdh.go#L74: curve: p224,
ecdh.go#L89: curve: p256,
ecdh.go#L104: curve: p384,
ecdh.go#L121: curve: p521,
ecdh.go#L156: if c.curve == p521 && c.N[0]&0b1111_1110 == 0 {
ecdh.go#L213: k := &PrivateKey{d: bytes.Clone(key), pub: PublicKey{curve: c.curve, q: publicKey}}
ecdh.go#L231: return &PublicKey{curve: c.curve, q: bytes.Clone(key)}, nil
ecdh.go#L241: if c.curve != k.pub.curve {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)